Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Error CS0426 : The type name 'TestEnum' does not exist in the type 'Foo' #62

Merged
merged 1 commit into from
Jun 4, 2023

Conversation

andrewlock
Copy link
Owner

Occurs when there's a class that matches the namespace name

Fixes #61

…e 'Foo'

Occurs when there's a class that matches the namespace name

Fixes #61
@andrewlock andrewlock merged commit 3479831 into main Jun 4, 2023
@andrewlock andrewlock deleted the issue-61 branch June 4, 2023 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Having both a class and a namespace with the same name results in CS0426.
1 participant